Micron Document
rns.moscow 🟥 [git]

Node / public / RNode_Flasher rns://8d583d150cea7bdc2360dd1759690ee3/public/RNode_Flasher
Mirrored from https://git.rns.moscow/deuxyeux/RNode_Flasher.git synced 17h ago



>RNode Flasher

Browser-based firmware flasher for RNode LoRa devices. No software installation required — connect your device via USB and flash directly from the browser using the Web Serial API.


Features

• Flash ESP32-based RNode devices via Web Serial (Chrome, Edge, Opera, Firefox 151+)
• Flash nRF52-based devices via USB DFU
• Supported firmware: Meshtastic, MicroReticulum, RNSBox, RtNode, Classic RNode
• Auto-detect connected device
• One-click EEPROM provisioning and hash setup
• Configure radio parameters (frequency, bandwidth, spreading factor, coding rate, TX power)
• Configure display, WiFi, and Bluetooth settings
• Built-in serial port monitor
• EEPROM dump
• Dark / light theme, Russian and English UI
• Direct links that pre-select a device/variant (T383838?d=<device-id>&v=<variant-id>)

Direct links

A link like T383838https://flasher.rns.moscow/?d=htc-lora32v3&v=868-classic opens the
flasher with that device and variant already selected. T383838d is a short,
hand-picked device id (see T383838DEVICE_SHORT_ID in T383838index.html); T383838v is derived
automatically from the variant name (see T383838variantShortId()). Select a device
and variant in the UI, then use the "Copy flasher link" button on the Info
tab (Node Configuration panel) to get the link for the current selection.

Tech stack

• Vue 3 — UI framework
• esptool-js — ESP32 flashing over Web Serial
• web-serial-polyfill — WebUSB fallback for Serial
• TailwindCSS — utility CSS
• crypto-js — MD5 for firmware verification

Served by rngit 1.4.2 - Generated in 0.07s